SftTree/OCX 7.0

SftTree.ColHeaderShadowColor Property

Softel vdm, Inc.

Defines the color used to draw the dark edge of all column headers.

Deprecated - Provided for compatibility with earlier versions only - Use Headers.ShadowColor instead

Syntax       

Get

VB.NET

Clr = object.ColHeaderShadowColor  As System.Drawing.ColorLanguage-specific information

VB

Clr = object.ColHeaderShadowColor  As OLE_COLOR

C#.NET

System.Drawing.ColorLanguage-specific information Clr = object.ColHeaderShadowColor;

VC++

OLE_COLOR Clr = object->ColHeaderShadowColor;
OLE_COLOR Clr = object->GetColHeaderShadowColor();

C

HRESULT object->get_ColHeaderShadowColor(OLE_COLOR* Clr);

Delphi

Clr := object.ColHeaderShadowColor  : TColor;

Put

VB.NET

object.ColHeaderShadowColor = Clr  As System.Drawing.ColorLanguage-specific information

VB

object.ColHeaderShadowColor = Clr  As OLE_COLOR

C#.NET

System.Drawing.ColorLanguage-specific information object.ColHeaderShadowColor = Clr;

VC++

OLE_COLOR object->ColHeaderShadowColor = Clr;
void object->PutColHeaderShadowColor(OLE_COLOR Clr);

C

HRESULT object->put_ColHeaderShadowColor(OLE_COLOR Clr);

Delphi

object.ColHeaderShadowColor := Clr  : TColor;

object

A SftTree object.

Clr

Defines the color used to draw the dark edge of all column headers.  For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".

Comments

Deprecated - Provided for compatibility with earlier versions only - Use Headers.ShadowColor instead

The ColHeaderShadowColor property defines the color used to draw the dark edge of all column headers.

All columns use the same shadow color and cannot be defined individually.

This property has no effect if Windows themes are used.

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com